home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / listings / v_13_05 / pjp / ostdiost.c < prev    next >
Encoding:
C/C++ Source or Header  |  1995-04-02  |  223 b   |  9 lines

  1. ------------- Listing 8: The file ostdiost.c ------------------
  2.  
  3. // ostdiostream -- ostdiostream basic members
  4. #include <fstream>
  5.  
  6. ostdiostream::~ostdiostream()
  7.         {       // destruct an ostdiostream
  8.         }
  9.